Socket
Socket
Sign inDemoInstall

micromark-extension-mdx

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-extension-mdx

micromark extension to support MDX (agnostic to JavaScript)


Version published
Weekly downloads
16K
decreased by-13.92%
Maintainers
1
Weekly downloads
 
Created
Source

micromark-extension-mdx

Build Coverage Downloads Size Sponsors Backers Chat

micromark extension to support MDX (agnostic to JS). Use micromark-extension-mdxjs instead to support MDX.js.

This package provides the low-level modules for integrating with the micromark tokenizer but has no handling of compiling to HTML: go to a syntax tree instead.

You probably should use this package with mdast-util-mdx (mdast) or alternatively use both through remark-mdx (remark).

The extensions can be used separately:

Install

npm:

npm install micromark-extension-mdx

Use

See mdast-util-mdx for an example.

API

syntax(options?)

Support MDX (agnostic to JS).

There are no options yet.

The export is a function that can be called to return an extension for the micromark parser (to tokenize MDX; can be passed in extensions).

Contribute

See contributing.md in micromark/.github for ways to get started. See support.md for ways to get help.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Titus Wormer

Keywords

FAQs

Package last updated on 17 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc